home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / Script.idl < prev    next >
Text File  |  1996-05-01  |  2KB  |  71 lines

  1. /*
  2.      File:        Script.idl
  3.  
  4.      Contains:    Script Manager interfaces
  5.  
  6.      Version:    Technology:    System 7.5
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __SCRIPT_IDL__
  19. #define __SCRIPT_IDL__
  20.  
  21. #include <somobj.idl>
  22. #include <somcls.idl>
  23.  
  24. #ifndef __TYPES_IDL__
  25. #include <Types.idl>
  26. #endif
  27. #ifndef __QUICKDRAW_IDL__
  28. #include <Quickdraw.idl>
  29. #endif
  30. #ifndef __INTLRESOURCES_IDL__
  31. #include <IntlResources.idl>
  32. #endif
  33. #ifndef __EVENTS_IDL__
  34. #include <Events.idl>
  35. #endif
  36.  
  37. #ifdef __SOMIDL__
  38.  
  39. /* Obsolete region code names, kept for backward compatibility */
  40. /* end of stuff moved from Packages.h */
  41. typedef SInt8                    TokenResults;
  42.  
  43. typedef OpaquePtr                CharByteTable;                /* Substituted OpaquePtr for array of char of size 256 */
  44.  
  45. typedef short                    TokenType;
  46.  
  47. typedef OpaquePtr                DelimType;                    /* Substituted OpaquePtr for array of TokenType of size 2 */
  48.  
  49. typedef OpaquePtr                CommentType;                /* Substituted OpaquePtr for array of TokenType of size 4 */
  50.  
  51. typedef SOMLargeStruct            TokenRec;                    /* Derived from a struct of 14 bytes in size */
  52.  
  53. typedef OpaquePtr                TokenRecPtr;                /* Substituted OpaquePtr for ``TokenRec*'' */
  54.  
  55. typedef SOMLargeStruct            TokenBlock;                    /* Derived from a struct of 100 bytes in size */
  56.  
  57. typedef OpaquePtr                TokenBlockPtr;                /* Substituted OpaquePtr for ``TokenBlock*'' */
  58.  
  59. #if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
  60. #endif
  61. #if FOR_SYSTEM7_AND_SYSTEM8_DEPRECATED
  62. #endif
  63. #if OLDROUTINENAMES
  64. #else
  65. #endif
  66.  
  67. #endif /* __SOMIDL__ */
  68.  
  69. #endif /* __SCRIPT_IDL__ */
  70.  
  71.